home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21tu.zip / MODE.DOC < prev    next >
Text File  |  1991-07-22  |  4KB  |  103 lines

  1. The program now lets you select and deselect features on a port-by-port
  2. basis.  The idea for this came from the 1989 Loma Prieta earthquake;
  3. during the aftermath, BBS operators spent a lot of time manually
  4. filtering traffic -- the features described in this section would have
  5. made the job much simpler.
  6.  
  7. The features you can select are:
  8.  
  9.    FORWARD EMERGENCY TRAFFIC ONLY
  10.    FORWARD NTS TRAFFIC
  11.    ACCEPT EMERGENCY TRAFFIC ONLY
  12.    ACCEPT NTS TRAFFIC
  13.    ALLOW E-MODE USERS ONLY
  14.    ALLOW CALL SIGN CHANGE
  15.  
  16. There are parameters for each one pertaining to the system and to the
  17. port.
  18.  
  19.  
  20. FORWARD EMERGENCY TRAFFIC ONLY
  21. ------------------------------
  22.  
  23. Only traffic defined by the EMERGENCY_TYPES parameter in PARMS.BB will
  24. be forwarded.  The applicable parm is FORWARD_EMERGENCY_ONLY.
  25.  
  26.  
  27. ACCEPT EMERGENCY TRAFFIC ONLY
  28. -----------------------------
  29.  
  30. Only traffic defined by the EMERGENCY_TYPES parameter in PARMS.BB will
  31. be accepted.  A normal user trying to send other traffic will be given
  32. an error message; if a BBS tries to send other traffic, either the
  33. message will be rejected or the station will be disconnected, depending
  34. on the setting of the REJECT_ACTION in PARMS.BB.  The applicable parm is
  35. ACCEPT_EMERGENCY_ONLY
  36.  
  37.  
  38. FORWARD NTS TRAFFIC
  39. -------------------
  40.  
  41. NTS traffic will be forwarded.  The applicable parm is FORWARD_NTS_OFF
  42.  
  43.  
  44. ACCEPT NTS TRAFFIC
  45. ------------------
  46.  
  47. NTS traffic will be accepted.  If this switch is off, then if a normal
  48. user tries to send NTS traffic, he will be given an error message.  If a
  49. BBS tries to send NTS traffic, either the message will be rejected or
  50. the station will be disconnected, depending on the setting of the
  51. REJECT_ACTION in PARMS.BB The applicable parm is ACCEPT_NTS_OFF
  52.  
  53.  
  54. ALLOW E-MODE USERS ONLY
  55. -----------------------
  56.  
  57. Only users with the "E" flag in their user directory will be allowed to
  58. use the BBS.  The applicable parm is ALLOW_EMERGENCY_ONLY
  59.  
  60.  
  61. ALLOW CALL SIGN CHANGE
  62. ----------------------
  63.  
  64. A user without the "E" flag in his user directory can change his call
  65. sign once he is connected.  The applicable parm in PARM.BB is
  66. ALLOW_EMERGENCY_CHANGE.  The purpose of this is to allow the use of
  67. tactical addresses during an emergency.  A typical scenario would be
  68. as follows:
  69.  
  70.    AA4RE is stationed at the Gilroy Emergency Operations Center.  He
  71.    connects to the Emergency BBS but AA4RE is not an "E" mode user.  The
  72.    BBS will propmt for a new callsign.  He enters GILROY which is an "E"
  73.    mode user.  This will then allow AA4RE to send and receive messages for
  74.    GILROY.  Packets will have the proper ham callsign on them for
  75.    identification purposes.
  76.  
  77.    The local ARES organizations (SF Bay Area) felt that this method was
  78.    preferable to using the tactical call sign as the call sign in the
  79.    TNC and having to beacon the ham callsign for ID purposes.
  80.  
  81.  
  82. Setting the options
  83. -------------------
  84.  
  85. Each of these options is controlled by a "system master switch" and a
  86. "port switch".  For an option to be effective, both the MASTER and
  87. PORT switch must have the same value.
  88.  
  89. You can set these options directly in PARMS.BB or you can use the EC
  90. command:
  91.  
  92.   EC S -- Edit master switch list
  93.   EC x -- Edit port "x" switch list
  94.  
  95. You change switches by number.  Specify the number by itself to invert
  96. the setting of the switch.  Specify the number followed by ON or 1 to
  97. turn the switch on; specify the number followed by OFF or 0 to turn the
  98. switch off.
  99.  
  100. There are parameters for each option for both the system and the port in
  101. PARMS.BB.   Its the same parameter in both places.  You set the
  102. parameter to either Y or N.
  103.